home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_HitDetect / DrawingViewWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  591 b   |  19 lines

  1. /* DrawingViewWraps.h generated from DrawingViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWINGVIEWWRAPS_H
  6. #define DRAWINGVIEWWRAPS_H
  7.  
  8. extern void PSWSetUpath(float Pts[], int Tot_Pts, char Ops[], int Tot_Ops);
  9.  
  10. extern void PSWUpathStroke(int UPath);
  11.  
  12. extern void PSWHitPath(float HPts[], int Tot_HPts, char HOps[], int Tot_HOps, float Pts[], int Tot_Pts, char Ops[], int Tot_Ops, int *Hit);
  13.  
  14. extern void PSWDrawControlPoints(float X, float Y, float Pts[], int Tot_Pts, char *Chs);
  15.  
  16. extern void PSWDefineFont(char *fontname);
  17.  
  18. #endif DRAWINGVIEWWRAPS_H
  19.